home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
gawk
/
gawk213s.zoo
/
gawk-src-2.13
/
README.ultrix
< prev
next >
Wrap
Text File
|
1991-05-02
|
315b
|
6 lines
When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
regex.c' is causing an infinite loop in an optimizer. Other sources
compile fine with -O flag. If you are going to use this flag either
add a special rule to Makefile for a compilation of regex.c, or issue
'cc -c regex.c' before hitting 'make'.